sin

   

The 'sin' function returns a sine value.

 

double @sin(double d);

 

Parameters

double d : value that you want to calculate

 

Return Value

sine value

 

Example

i = @sin(90);

Description : The sine value of '90' is stored in the variable named 'i'.

 

Reference

@abs()

@acos()

@asin()

@atan()

@atan2()

@cos()

@log()

@log10()

@MathRound()

@sin()

@sqrt()

@tan()